home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-10 | 2.0 KB | 59 lines | [TEXT/MPS ] |
- # File: TestCubics.make
- # Target: TestCubics
- # Sources: 'cubic library(Cubics2).c'
- # TestCubics.c
- # TestCubics.r
- # "{GXLIBRARIES}graphics debug library.c"
- # "{GXLIBRARIES}transferMode library.c"
- # "{GXLIBRARIES}transform library.c"
- # "{GXLIBRARIES}shape library.c"
- # Created: Thursday, September 10, 1992 4:43:00 PM
-
- # ------- Alias to the library files ------- #
-
- GXLIBRARIES = Backwash:QuickDraw™ GX Libraries:Graphics Libraries:
-
- OBJECTS = ∂
- 'cubic library(Cubics2).c.o' ∂
- TestCubics.c.o ∂
- "{GXLIBRARIES}graphics debug library.c.o" ∂
- "{GXLIBRARIES}transferMode library.c.o" ∂
- "{GXLIBRARIES}transform library.c.o" ∂
- "{GXLIBRARIES}shape library.c.o"
-
- TestCubics ƒƒ TestCubics.make TestCubics.r
- Rez TestCubics.r -append -o TestCubics
-
- TestCubics ƒƒ TestCubics.make {OBJECTS}
- Link -t APPL -c '????' ∂
- {OBJECTS} ∂
- "{CLibraries}"CSANELib.o ∂
- "{CLibraries}"Math.o ∂
- "{CLibraries}"StdClib.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- -o TestCubics
- 'cubic library(Cubics2).c.o' ƒ TestCubics.make 'cubic library(Cubics2).c'
- C -r 'cubic library(Cubics2).c' ∂
- -d applec -i "{CIncludes}"
-
- TestCubics.c.o ƒ TestCubics.make TestCubics.c
- C -r TestCubics.c ∂
- -d applec -i "{CIncludes}"
-
- "{GXLIBRARIES}graphics debug library.c.o" ƒ TestCubics.make "{GXLIBRARIES}graphics debug library.c"
- C -r "{GXLIBRARIES}graphics debug library.c" ∂
- -d applec -i "{CIncludes}"
-
- "{GXLIBRARIES}transferMode library.c.o" ƒ TestCubics.make "{GXLIBRARIES}transferMode library.c"
- C -r "{GXLIBRARIES}transferMode library.c" ∂
- -d applec -i "{CIncludes}"
-
- "{GXLIBRARIES}transform library.c.o" ƒ TestCubics.make "{GXLIBRARIES}transform library.c"
- C -r "{GXLIBRARIES}transform library.c" ∂
- -d applec -i "{CIncludes}"
-
- "{GXLIBRARIES}shape library.c.o" ƒ TestCubics.make "{GXLIBRARIES}shape library.c"
- C -r "{GXLIBRARIES}shape library.c" ∂
- -d applec -i "{CIncludes}"
-